======== 8086 Sample Programs ======== Add1 - simple program to add 1 to a value Add2 - how to create/use a procedure Average - average of values in an array Blastoff - using the 'loop' instruction CSCI 221 Sample 8086 ASMs.rar - ALL examples Decode - decode RLE encoded text Fcn - plot a function GCD - Euclidean recursive GCD HelloWorld - traditional Hello World program Length - using an array of characters Max - using the stack to pass parameters PrimeTest - determine if a number is prime RLEc - compress data use RLE SelfModify - self-modifying code example